From 7cd753585f1b58f476daa5e2d8d40581c4c88587 Mon Sep 17 00:00:00 2001 From: "kaf24@firebug.cl.cam.ac.uk" Date: Sat, 20 Aug 2005 09:38:32 +0000 Subject: [PATCH] I find at present "make uninstall" won't remove all installed files, for example: /usr/libexec/xen/xc_restore. This may cause potential unclean environment. This patch add more lines in uninstall to remove all installed files by "make uninstall". Signed-off-by: Yongkang You --- Makefile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Makefile b/Makefile index 4a9c283319..804db56f32 100644 --- a/Makefile +++ b/Makefile @@ -172,6 +172,12 @@ uninstall: rm -rf $(D)/usr/bin/xen* $(D)/usr/bin/miniterm rm -rf $(D)/boot/*xen* rm -rf $(D)/lib/modules/*xen* + rm -rf $(D)/usr/bin/cpuperf-perfcntr $(D)/usr/bin/cpuperf-xen + rm -rf $(D)/usr/bin/xc_shadow + rm -rf $(D)/usr/share/xen $(D)/usr/libexec/xen + rm -rf $(D)/usr/share/man/man1/xen* + rm -rf $(D)/usr/share/man/man8/xen* + rm -rf $(D)/usr/lib/xen # Legacy targets for compatibility linux24: -- 2.30.2